projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ea5ce
)
(Modifying Strings): Clarify that `clear-string' always
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 15 Feb 2007 10:35:16 +0000
(10:35 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 15 Feb 2007 10:35:16 +0000
(10:35 +0000)
converts the string to unibyte.
lispref/strings.texi
patch
|
blob
|
history
diff --git
a/lispref/strings.texi
b/lispref/strings.texi
index 1be21ccd5cad2d2dbb10c83aea7bbdb8a96f1c72..4a8531cd6ce7f9fd9ff6e85968c47b33b057c322 100644
(file)
--- a/
lispref/strings.texi
+++ b/
lispref/strings.texi
@@
-390,9
+390,8
@@
character currently present at that point in @var{string}.
@code{clear-string}:
@defun clear-string string
-This clears the contents of @var{string} to zeros.
-It may also change @var{string}'s length and convert it to
-a unibyte string.
+This makes @var{string} a unibyte string and clears its contents to
+zeros. It may also change @var{string}'s length.
@end defun
@need 2000